func net/netip.appendDecimal
6 uses
net/netip (current package)
netip.go#L821: func appendDecimal(b []byte, x uint8) []byte {
netip.go#L864: ret = appendDecimal(ret, ip.v4(0))
netip.go#L866: ret = appendDecimal(ret, ip.v4(1))
netip.go#L868: ret = appendDecimal(ret, ip.v4(2))
netip.go#L870: ret = appendDecimal(ret, ip.v4(3))
netip.go#L1515: b = appendDecimal(b, uint8(p.Bits()))
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)